home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / DESK95 / search / LNGMAKER.EX_ / LNGMAKER.EX / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1997-03-16  |  2KB  |  65 lines

  1. object Form2: TForm2
  2.   Left = 232
  3.   Top = 130
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Message'
  6.   ClientHeight = 286
  7.   ClientWidth = 426
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object Memo1: TMemo
  16.     Left = 0
  17.     Top = 0
  18.     Width = 426
  19.     Height = 251
  20.     Align = alTop
  21.     Color = clBtnFace
  22.     Lines.Strings = (
  23.       
  24.         'This is only the image of "Search32 Language Maker", the utility' +
  25.         ' for '
  26.       
  27.         'customizing and creating new languages. You can not customize or' +
  28.         ' '
  29.       'create new languages in this version of "Search32". To obtain '
  30.       '"Search32 Language Maker" please contact a nearest distributor.'
  31.       ''
  32.       'In the USA:'
  33.       'Anet Inc. '
  34.       '315 Alamo Square '
  35.       'Alamo, CA 94507'
  36.       'U.S.A. '
  37.       'Phone:888 - 709 - 2638 (TTT - 709 - ANET)'
  38.       '      or   510 - 735 - 1173'
  39.       'FAX:  510 - 735 - 7035'
  40.       'E-Mail: search32@anetusa.com (registration/sales)'
  41.       '            s32support@anetusa.com (technical support)'
  42.       ''
  43.       'In Russia:'
  44.       '142092, Moscow Region, Troitsk, Oktyabrsky Prosp., 3.'
  45.       'Phone: (095) 334 - 53 - 13'
  46.       'E-Mail:support@anetusa.com '
  47.       ''
  48.       'Please visit our Web site for more languages:'
  49.       'http://www.anetusa.com/s32langs.htm')
  50.     ReadOnly = True
  51.     ScrollBars = ssVertical
  52.     TabOrder = 0
  53.   end
  54.   object Button1: TButton
  55.     Left = 337
  56.     Top = 258
  57.     Width = 83
  58.     Height = 23
  59.     Caption = 'Close'
  60.     Default = True
  61.     TabOrder = 1
  62.     OnClick = Button1Click
  63.   end
  64. end
  65.